home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr42 / vat041.zip / HISTORY.TXT < prev    next >
Text File  |  1995-03-19  |  2KB  |  60 lines

  1. Varmint's Audio Tools Revision History
  2. --------------------------------------
  3.  
  4. Version 0.41 (beta) (March 19, 1995)
  5.   - Stack overflow bug fix.  (increased stack size ot 8K.  Just a 
  6.     Band-aid, really.)
  7.   - loadwave() now converts data to signed format (This makes things
  8.     slightly more efficient in sb_int()
  9.   - Cleaned up the code a little more
  10.  
  11. Version 0.4 (beta)  (March 11, 1995)
  12.  
  13.   - Moved sound handler off of int08 and onto the DSP interrupt.
  14.      (Slight decrease in overhead).
  15.   - Improved Midi tempo handling
  16.   - Cleaned up the code.  (no more compile-time errors and warnings!
  17.   - Recompiled demo under large memory model (instead of HUGE)
  18.  
  19. Version 0.3 (beta)  (Feb 26, 1995)
  20.  
  21.   - reorganized mixing kernel and sound list to lower cpu overhead
  22.   - added cpu overhead check
  23.   - added limit to # of sound effects  (adjustable)
  24.   - add voice rectifier for midi (allows midi player to allocate voices
  25.       More efficiently.)
  26.   - added instrument loader (also wrote a graphical FM voice editor to
  27.       be included with the distribution.)
  28.   - Fixed major bug in loadwave (unallocated data pointer)
  29.  
  30.  
  31. Version 0.2 (beta)  (Feb 23, 1995):
  32.  
  33.   - took out adlib recognition.
  34.   -  Made vector removing functions more stable
  35.   - added more comments
  36.   - ressurected DMAset function and fixed a few errors
  37.       - added polldma()
  38.   - getsbenv() converts to upper case now
  39.   - Added far/huge sound data pointer option (see sound.h)
  40.   - Made SB_SetUp() a little more informative (added error codes)
  41.   - Converted to DMA-based digital playback
  42.       - About 80% faster (2%-5% total overhead for sound handler)
  43.       - Variable playback rate supported now!
  44.  
  45.  
  46. Version 0.1 (beta)  (Feb 10, 1995):
  47.  
  48.      - Added background sound handler
  49.      - Added comments everywhere
  50.      - Added Midi functions
  51.      - Added Wave reader
  52.      - Removed about 50% of soundX functions
  53.      - Added SetFreq()
  54.      - Wrote Demo
  55.  
  56.  
  57.  
  58. Prehistory (1993):  SoundX by Peter Sprenger
  59.  
  60.